- byte-code compiler
- компилятор байт-кода
The New English-Russian Dictionary of Radio-electronics. F.V Lisovsky . 2005.
The New English-Russian Dictionary of Radio-electronics. F.V Lisovsky . 2005.
Byte-Code — Byte Code, die Kodierung eines Computerprogramms durch einen Compiler in einer abstrakten, prozessorunabhängigen Form, die sich besonders für die Compiler Optimierung oder für die Verarbeitung durch einen Interpreter (z. B. die Ausführung eines … Universal-Lexikon
Byte-Code — In der Informatik ist Bytecode eine Sammlung von Befehlen für eine virtuelle Maschine. Bei Kompilierung eines Quelltextes mancher Programmiersprachen oder Umgebungen, wie z. B. Java, wird nicht direkt Maschinencode sondern ein Zwischencode, der… … Deutsch Wikipedia
Compiler optimization — is the process of tuning the output of a compiler to minimize or maximize some attributes of an executable computer program. The most common requirement is to minimize the time taken to execute a program; a less common one is to minimize the… … Wikipedia
P-code machine — In computer programming, a p code machine or pseudo code machine is a specification of a CPU whose instructions are expected to be executed in software rather than in hardware (ie, interpreted). This term is applied both generically to all such… … Wikipedia
Tiny C Compiler — Infobox Software name = Tiny C Compiler logo = developer = Fabrice Bellard latest release version = 0.9.24 latest release date = release date|2008|04|01 programming language = C and Assembly operating system = Linux, Unix, Microsoft Windows genre … Wikipedia
Amsterdam Compiler Kit — infobox software developer = Andrew Tanenbaum and Ceriel Jacobs latest release version = 6.0pre3 latest release date = release date|2007|04|29 operating system = Minix and Unix like programming language = C genre = Retargetable compiler license … Wikipedia
Self-modifying code — In computer science, self modifying code is code that alters its own instructions, intentionally or otherwise, while it is executing.Self modifying code is quite straightforward to write when using assembly language (taking into account the CPU… … Wikipedia
Phalanger (compiler) — Phalanger is a project which was started at Charles University and is supported by Microsoft. It is a compiler from the PHP language into the CIL byte code. It is the front end of the compilation while the back end is provided by the JITter (Just … Wikipedia
Watcom C/C++ compiler — Open Watcom Original author(s) Watcom Sybase SciTech Software Developer(s) Open community Initial release January 8, 2003 … Wikipedia
Threaded code — Not to be confused with multi threaded programming. In computer science, the term threaded code refers to a compiler implementation technique where the generated code has a form that essentially consists entirely of calls to subroutines. The code … Wikipedia
Native-Code — Die Maschinensprache (auch Maschinencode oder Nativer Code genannt) bezeichnet ein System von Instruktionen, die der jeweilige Prozessor eines datenverarbeitenden Systems direkt und ohne Kompilierung ausführen kann. Im Gegensatz zur… … Deutsch Wikipedia